1. MySQL, we can enable the event scheduler by following query: SET GLOBAL event_scheduler = ON; 2. Similarly, to turn off the scheduler: SET GLOBAL event_scheduler = OFF;